Class CommandLogEntryImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.CommandLogEntryImpl
All Implemented Interfaces:
IPCObject, CommandLogEntry

public class CommandLogEntryImpl extends IPCObjectImpl implements CommandLogEntry
Information provided by the PKI file:

    \class CommandLogEntry
    
    \brief CommandLogEntry is a command log entry in the command log.
    
    \example commandLog().getEntryAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getTimeToString

      public String getTimeToString()
      Information provided by the PKI file:
      
          \brief Returns the timestamp of this command log entry.
          
          \return QString, the timestamp of this command log entry.
          
              
      Specified by:
      getTimeToString in interface CommandLogEntry
      Returns:
      String Returns a String
    • getDeviceName

      public String getDeviceName()
      Information provided by the PKI file:
      
          \brief Returns the device name where this command log entry originated from.
          
          \return QString, the device name where this command log entry originated from.
          
              
      Specified by:
      getDeviceName in interface CommandLogEntry
      Returns:
      String Returns a String
    • getPrompt

      public String getPrompt()
      Information provided by the PKI file:
      
          \brief Returns the command prompt of this command log entry.
          
          \return QString, the command prompt of this command log entry.
          
              
      Specified by:
      getPrompt in interface CommandLogEntry
      Returns:
      String Returns a String
    • getCommand

      public String getCommand()
      Information provided by the PKI file:
      
          \brief Returns the command of this command log entry.
          
          \return string, the command prompt of this command log entry.
          
              
      Specified by:
      getCommand in interface CommandLogEntry
      Returns:
      String Returns a String
    • getResolvedCommand

      public String getResolvedCommand()
      Information provided by the PKI file:
      
          \brief Returns the resolved command of this command log entry.
          
          \return string, the resolved command of this command log entry.
          
              
      Specified by:
      getResolvedCommand in interface CommandLogEntry
      Returns:
      String Returns a String